home *** CD-ROM | disk | FTP | other *** search
- #ifndef CLIB_EGB_GBTEXTINFO_PROTOS_H
- #define CLIB_EGB_GBTEXTINFO_PROTOS_H
-
- /***************************************************************************\
- * $
- * $ FILE : gbtextinfo_protos.h
- * $ VERSION : 1
- * $ REVISION : 4
- * $ DATE : 08-Dec-93 13:47
- * $
- * $ Author : mvk
- * $
- *
- * C prototypes
- *
- *****************************************************************************
- * *
- * (c) Copyright 1990/94 VIONA Development *
- * All Rights Reserved *
- * *
- \***************************************************************************/
-
- #ifndef EXEC_TYPES_H
- #include <exec/types.h>
- #endif
- #ifndef EGS_EGSINTUI_H
- #include <egs/egsintui.h>
- #endif
- #ifndef EGS_EGSGADBOX_H
- #include <egs/egsgadbox.h>
- #endif
- #ifndef EGS_EGB_GBTEXTINFO_
- #include <egs/egb/gbtextinfo.h>
- #endif
-
- EB_GadBoxPtr EGB_CreateTextInfoGadget(EB_GadContext con,
- WORD minW, WORD maxW,
- WORD minH, WORD maxH,
- EG_EFontPtr font, LONG id);
-
- void EGB_ModifyTextInfoGadget(EI_WindowPtr win,
- EI_GadgetPtr gad, char *text);
-
- void EGB_SetTextInfoPos(EI_WindowPtr win,
- EI_GadgetPtr gad,
- LONG line);
-
- #endif /* CLIB_EGB_GBTEXTINFO_PROTOS_H */
-
-